[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 TIME() (TIME)

 Function
  Get the current time.

 Syntax
  TIME()   No arguments are required

 Return Type & Value
  TIME
  Returns the current time.

 Remarks
  The time returned is represented internally as the number of seconds
  elapsed since midnight.  It may be used as is (for display, storage or as
  an argument to another function or statement) or assigned to an integer
  for arithmetic purposes.  00:00:00 (midnight) has a value of 0, 00:00:01
  a value of 1, 00:01:00 a value of 60, 01:00:00 a value of 3600, etc, until
  23:59:59 which has a value of 86399.

 Examples
  PRINTLN "The time is ",TIME()

See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson